home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / colspace.men < prev    next >
Encoding:
Text File  |  1994-01-31  |  1.3 KB  |  45 lines

  1. menubegin colspcmenu
  2.     button [
  3.         [ locate 16 32 size 64 64 dispfunc drawPltList_init id itemColList ]
  4.         [ locate 16 112 size SPCSIZ1 SPCSIZ1 id itemColSpace ]
  5.         [ id itemColSpace2 ]
  6.         [ id itemColSpace3 ]
  7.         [ locate 16 200 string "H" ]
  8.         [ locate 34 200 string "L" ]
  9.         [ locate 52 200 string "S" ]
  10.     ]
  11.     scrollbar [
  12.         [ locate 16 108 vertical size 74 allsize 99+8 dspsize 8
  13.           barfunc barmove_H dispnum inverse id barI0 ]
  14.         [ locate 34 108 vertical size 74 allsize 99+8 dspsize 8
  15.           barfunc barmove_LS dispnum inverse id barI1 ]
  16.         [ locate 52 108 vertical size 74 allsize 99+8 dspsize 8
  17.           barfunc barmove_LS dispnum inverse id barI2 ]
  18.     ]
  19.     title "HLS色空間"
  20.     size 304 234
  21.     dispfunc disp_colspcmenu
  22.     erasefunc erase_colspcmenu
  23. menuend
  24.  
  25. buttonbegin HLScomments
  26.     [ locate 112-16 32+SPCSIZ1-65 string "↑" ]
  27.     [ locate 112-16 32+SPCSIZ1-65+12 string "明" ]
  28.     [ locate 112-16 32+SPCSIZ1-65+24 string "度" ]
  29.     [ locate 112-22 32+SPCSIZ1-65+38 string "(L)" ]
  30.     [ locate 112+12 32+SPCSIZ1 string "彩度(S)→" ]
  31.     [ locate 112+SPCSIZ1-40 32+SPCSIZ1+6 string "色相(H)" ]
  32. buttonend
  33.  
  34. buttonbegin notHLSsubbutton
  35.     [ locate 112 32 size SPCSIZ1 SPCSIZ1 ]
  36.     [ ]
  37.     [ ]
  38. buttonend
  39.  
  40. buttonbegin  HLSsubbutton
  41.     [ locate 112 32 size SPCSIZ1-48 SPCSIZ1 ]
  42.     [ locate 112+SPCSIZ1-48+16 32 size 32 SPCSIZ1 ]
  43.     [ buttons HLScomments ]
  44. buttonend
  45.